home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0197 / winsys95.ex_ / winsys95.ex / 0 / RCDATA / TWINSYS95 / TWINSYS95.txt < prev   
Text File  |  1997-03-25  |  3KB  |  112 lines

  1. object WinSys95: TWinSys95
  2.   Left = 272
  3.   Top = 112
  4.   Width = 466
  5.   Height = 281
  6.   Caption = 'WinSys95'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PopupMenu = PopupMenu1
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 457
  21.     Height = 249
  22.     ActivePage = TabSheet1
  23.     TabOrder = 0
  24.     object TabSheet1: TTabSheet
  25.       Caption = 'Configuration'
  26.       object Bevel1: TBevel
  27.         Left = 200
  28.         Top = 26
  29.         Width = 217
  30.         Height = 32
  31.         Style = bsRaised
  32.       end
  33.       object BitmapPath: TLabel
  34.         Left = 208
  35.         Top = 32
  36.         Width = 201
  37.         Height = 16
  38.         Caption = 'T:\...\APPS\SYS95'
  39.         Font.Color = clBlack
  40.         Font.Height = -13
  41.         Font.Name = 'Arial'
  42.         Font.Style = []
  43.         ParentFont = False
  44.       end
  45.       object BMPChgr: TCheckBox
  46.         Left = 16
  47.         Top = 8
  48.         Width = 233
  49.         Height = 17
  50.         Caption = '&Bitmap Changer Enabled - Path ...'
  51.         Font.Color = clBlack
  52.         Font.Height = -13
  53.         Font.Name = 'Arial'
  54.         Font.Style = []
  55.         ParentFont = False
  56.         TabOrder = 0
  57.         OnClick = BMPChgrClick
  58.       end
  59.       object DriveComboBox1: TDriveComboBox
  60.         Left = 200
  61.         Top = 64
  62.         Width = 217
  63.         Height = 22
  64.         Font.Color = clBlack
  65.         Font.Height = -13
  66.         Font.Name = 'Arial'
  67.         Font.Style = []
  68.         ParentFont = False
  69.         TabOrder = 1
  70.         OnChange = DriveComboBox1Change
  71.       end
  72.       object RunMinim: TCheckBox
  73.         Left = 16
  74.         Top = 40
  75.         Width = 121
  76.         Height = 17
  77.         Caption = 'Run &Minimized'
  78.         Font.Color = clBlack
  79.         Font.Height = -13
  80.         Font.Name = 'Arial'
  81.         Font.Style = []
  82.         ParentFont = False
  83.         TabOrder = 2
  84.       end
  85.       object FileListBox1: TFileListBox
  86.         Left = 32
  87.         Top = 88
  88.         Width = 161
  89.         Height = 121
  90.         Font.Color = clBlack
  91.         Font.Height = -13
  92.         Font.Name = 'Arial'
  93.         Font.Style = []
  94.         ItemHeight = 16
  95.         ParentFont = False
  96.         TabOrder = 3
  97.       end
  98.       object DirectoryOutline1: TDirectoryOutline
  99.         Left = 200
  100.         Top = 88
  101.         Width = 217
  102.         Height = 121
  103.         Font.Color = clBlack
  104.         Font.Height = -13
  105.         Font.Name = 'Arial'
  106.         Font.Style = []
  107.         ItemHeight = 16
  108.         OnChange = DirectoryOutline1Change
  109.         OnClick = DirectoryOutline1Change
  110.         ParentFont = False
  111.         PictureLeaf.Data = {<image001.BM6(>}
  112.